*{
    padding: 0;
    margin: 0;
    font-family: 'Josefin sans', sans-serif ;
    box-sizing: border-box;
}
.hero{
    height: 100vh;
    width: 100%;
    background-image: url("../GWISHBOI STYLE/background.png");
    background-size: cover;
    background-position: center;

}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
    padding-left: 8%;
    padding-right: 8%;

}
.logo{
    color: rgb(23, 1, 1);
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;

}
span{
    color: #f9004d;

}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a{
    color: rgb(11, 1, 1);
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;

}
nav ul li a:hover{
    color:#f9004d;
    transition: .4s;
}
.btn{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
}
.btn:hover{
    transform: scale(1.2);
}
.content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
h1{
    color: rgb(47, 2, 2);
    margin: 20px 0px 20px;
    font-size: 75px;

}

h3{
    color: rgb(3, 84, 65);
    font-size: 25px;
    margin-bottom: 50px;
}
h4{
    color:  rgb(47, 2, 2);

    letter-spacing: 2px;
    font-size: 20px;
    
}
.newslatter form{
       width: 380px;
       max-width: 100%;
       position: relative;
}
.newslatter form input:first-child{
    display: inline-block;
    width: 100%;
    padding: 14px 130px 14px 15px;
    border: 2px solid #f9004d;
    outline:none;
    border-radius:30px;

}
.newslatter form input:last-child{
      position: absolute;
      display: inline-block;
      outline: none;
      border: none;
      padding: 10px 30px;
      border-radius: 30px;
      background-color: #f9004d;
      color: white;
      box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
}
button{
    text-align: right;
    border-radius: 2px;
    align-items: right;
}

.main{
min-height:100vh;
min-height:100dvh;
 
display:grid;
grid-template-rows:
auto
1fr
auto;
}

@media onlyscreen and(max-width: 800px)
{
*{
    padding: 0;
    margin: 0;
    font-family: 'Josefin sans', sans-serif ;
    box-sizing: border-box;
}
.hero{
    height: 100vh;
    width: 100%;
    background-image: url("../GWISHBOI STYLE/background.png");
    background-size: cover;
    background-position: center;

}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
    padding-left: 8%;
    padding-right: 8%;

}
.logo{
    color: rgb(23, 1, 1);
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;

}
span{
    color: #f9004d;

}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a{
    color: rgb(11, 1, 1);
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;

}
nav ul li a:hover{
    color:#f9004d;
    transition: .4s;
}
.btn{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
}
.btn:hover{
    transform: scale(1.2);
}
.content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
h1{
    color: rgb(47, 2, 2);
    margin: 20px 0px 20px;
    font-size: 75px;

}

h3{
    color: rgb(3, 84, 65);
    font-size: 25px;
    margin-bottom: 50px;
}
h4{
    color:  rgb(47, 2, 2);

    letter-spacing: 2px;
    font-size: 20px;
    
}
.newslatter form{
       width: 380px;
       max-width: 100%;
       position: relative;
}
.newslatter form input:first-child{
    display: inline-block;
    width: 100%;
    padding: 14px 130px 14px 15px;
    border: 2px solid #f9004d;
    outline:none;
    border-radius:30px;

}
.newslatter form input:last-child{
      position: absolute;
      display: inline-block;
      outline: none;
      border: none;
      padding: 10px 30px;
      border-radius: 30px;
      background-color: #f9004d;
      color: white;
      box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
}
button{
    text-align: right;
    border-radius: 2px;
    align-items: right;
}

.main{
min-height:100vh;
min-height:100dvh;
 
display:grid;
grid-template-rows:
auto
1fr
auto;
}


}
